home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / snowball.swf / scripts / DefineButton2_47 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  134 b   |  11 lines

  1. on(release){
  2.    if(_root.playername == "Type Name Here")
  3.    {
  4.       _root.np.play();
  5.    }
  6.    else
  7.    {
  8.       play();
  9.    }
  10. }
  11.